home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / dev / lang / Python151_Src.lha / Python1.5_Source / Objects / protos / frameobject_protos.h < prev    next >
Text File  |  1998-01-26  |  213b  |  6 lines

  1.  
  2. /* frameobject.c */
  3. static PyObject *frame_getattr ( PyFrameObject *f , char *name );
  4. static int frame_setattr ( PyFrameObject *f , char *name , PyObject *value );
  5. static void frame_dealloc ( PyFrameObject *f );
  6.